dispatchPictureInPictureModeChanged

open fun dispatchPictureInPictureModeChanged(isInPictureInPictureMode: Boolean)(source)

Deprecated

Have your FragmentHostCallback implement androidx.core.app.OnPictureInPictureModeChangedProvider to automatically dispatch picture-in-picture mode changes to fragments.

Lets all Fragments managed by the controller's FragmentManager know the picture-in-picture mode of the activity changed.

Call when the picture-in-picture mode of the activity changed.

See also